home *** CD-ROM | disk | FTP | other *** search
- Short: Enforcer-like tool without MMU. V1.3
- Author: devulder@info.unicaen.fr (Samuel DEVULDER)
- Uploader: devulder@info.unicaen.fr (Samuel DEVULDER)
- Type: dev/debug
-
- APurify
- -------
-
- A program that detects illegal memory access of your programs. It needs asm
- sourcefile (or reverse-engineering generated sourcefile) and insert code to
- check memory access.
-
- It consists of a source parser and a linking library.
-
- This archive contains files for APurify v1.3. There are GCC version and
- other compilers-version included. Read MIT-APurify.doc if you are using GCC
- and MOT-APurify.doc for other compilers.
-
- The source is available from author and is not included in that archive
- (I'm not so proud of it since it is not well-written).
-
- New in this release (see doc/History):
-
- - V1.3 (parser V0.7):
- + now uses environment variable
- + can use output defined by patterns
- + can generate small code and small data code
- + auto detects _main. Calling AP_Init() is no more needed :-)
- + now detects pea followed by jsr and treat it correctly.
- + changed find_chunk() now uses binary search => speed increase.
-
- Happy debugging !
-
- Sam.
-